The results of the create/update/delete operations.
ItemsPostResponse
The results of the create/update/delete operations.
|
Name | Description | Data Type |
---|---|---|
NumSuccesses | The number of items that were successfully written. | number |
NumFailures | The number of items that failed to be written. | number |
WarningsMask | a bitmask of warning conditions (e.g., WarningLicensePointCount) | integer |
ItemResults | The results for each item in the request array. | Array[ItemResult] |